[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                             MaxAvail function

  DECLARATION:  MaxAvail

      PURPOSE:  Returns the size of the largest free block on the heap

         UNIT:  System

  RESULT TYPE:  LongInt

      REMARKS:  This number is  calculated by comparing the sizes of all
                free blocks below the heap pointer to the size of free memory
                above the heap pointer.  The minimum value returned is 1 byte.
                To find the total amount of free memory on the heap, use the
                MemAvail function.

See Also: MemAvail
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson